ComponentOne Xamarin.Android
CanReplace Method (C1HierarchicalCollectionView<T>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1HierarchicalCollectionView<T> Class : CanReplace Method
The index of the item that would be replaced.
Determines whether the item at the specified index can be replaced in the collection.
Syntax
'Declaration
 
Public Overridable Function CanReplace( _
   ByVal index As Integer _
) As Boolean
'Usage
 
Dim instance As C1HierarchicalCollectionView(Of T)
Dim index As Integer
Dim value As Boolean
 
value = instance.CanReplace(index)
public virtual bool CanReplace( 
   int index
)

Parameters

index
The index of the item that would be replaced.
See Also

Reference

C1HierarchicalCollectionView<T> Class
C1HierarchicalCollectionView<T> Members